home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / toollib / linklib / freedir.asm < prev    next >
Assembly Source File  |  1995-12-30  |  140b  |  12 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _FreeDir
  5. _FreeDir:
  6.     move.l    a6,-(sp)
  7.     move.l    _ToolBase,a6
  8.     move.l    8(sp),a0
  9.     jsr    -270(a6)
  10.     move.l    (sp)+,a6
  11.     rts
  12.